home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 534.swf / scripts / DefineSprite_217 / frame_2 / DoAction.as
Text File  |  2006-01-17  |  182b  |  10 lines

  1. this._rotation -= 10 - twinning / 10;
  2. if(random(5) < this.twinning && this.twinning < 6)
  3. {
  4.    _root.gotoAndPlay("ballMove");
  5. }
  6. if(70 < this.twinning)
  7. {
  8.    gotoAndPlay(4);
  9. }
  10.